From a1e500827cc77be1e15d87f9e5e482751cd61be3 Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Tue, 7 Oct 2025 09:46:01 +0200 Subject: [PATCH] haproxy: update to v3.2.6 - Fixes CVE-2025-11230 - Updated haproxy PKG_VERSION and PKG_HASH - See changes: http://git.haproxy.org/?p=haproxy-3.2.git;a=shortlog Signed-off-by: Christian Lachner --- net/haproxy/Makefile | 4 ++-- net/haproxy/get-latest-patches.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 021e377a79..b859b6e72f 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=3.2.4 +PKG_VERSION:=3.2.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/3.2/src -PKG_HASH:=5d4b2ee6fe56b8098ebb9c91a899d728f87d64cd7be8804d2ddcc5f937498c1d +PKG_HASH:=ad630b6b0b73e1d118acce458fec1bf1e7d0e429530f2668ec582f4f8bb78e65 PKG_MAINTAINER:=Thomas Heil , \ Christian Lachner diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index a97561d29b..15fea04250 100755 --- a/net/haproxy/get-latest-patches.sh +++ b/net/haproxy/get-latest-patches.sh @@ -1,7 +1,7 @@ #!/bin/sh CLONEURL=https://git.haproxy.org/git/haproxy-3.2.git -BASE_TAG=v3.2.4 +BASE_TAG=v3.2.6 TMP_REPODIR=tmprepo PATCHESDIR=patches -- 2.30.2